ScanResults

class ScanResults(results: List<ScanRecord> = emptyList(), unknownFields: ByteString = ByteString.EMPTY) : Message<ScanResults, Nothing>

Constructors

Link copied to clipboard
constructor(results: List<ScanRecord> = emptyList(), unknownFields: ByteString = ByteString.EMPTY)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adapter: ProtoAdapter<ScanResults>
Link copied to clipboard
Link copied to clipboard
open val unknownFields: ByteString

Functions

Link copied to clipboard
fun copy(results: List<ScanRecord> = this.results, unknownFields: ByteString = this.unknownFields): ScanResults
Link copied to clipboard
fun encode(stream: OutputStream)
fun encode(sink: BufferedSink)
Link copied to clipboard
fun encodeByteString(): ByteString
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard